home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
progs
/
editor
/
frexxed
/
fpl
/
writeascii.fpl
< prev
next >
Wrap
Text File
|
1995-07-18
|
201b
|
8 lines
export int WriteASCII() /* Enter a ASCII value */
{
string ascii=PromptString("Give ASCII");
if (strlen(ascii))
Output(itoc(strtol(ascii, 0)));
}
AssignKey("WriteASCII();", "Amiga Control a");